PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getDecimalSeparator Method
In This Topic
    getDecimalSeparator Method
    In This Topic
    Gets the decimal separator.
    An empty string indicates that the default shall be used. Default value is PERIOD (0x2E).
    Syntax
    public java.lang.String getDecimalSeparator()

    Return Value

    Text that shall be used as the decimal position in displaying numerical values.
    See Also